{"question": "bu mahn\u0131dan z\u0259hl\u0259m gedir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": "i\u015f\u0131qlar\u0131 azalt", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3834", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"change_amount": ["", "20 percent"], "house_place": [""]}}} {"question": "bu g\u00fcnl\u0259rd\u0259 d\u00fcnyada n\u0259 ba\u015f verir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2098", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"place_name": ["d\u00fcnyada"], "date": ["", "today"], "media_type": [""], "news_topic": [""], "person": [""]}}} {"question": "bug\u00fcn hans\u0131 ayd\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1870", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"date": ["bug\u00fcn"], "place_name": ["", "current"], "time_zone": ["", "current"]}}} {"question": "a\u011f\u0131ll\u0131 rozetkan\u0131 s\u00f6nd\u00fcr", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["a\u011f\u0131ll\u0131 rozetkan\u0131"]}}} {"question": "dinamikin s\u0259sini azalt z\u0259hm\u0259t olmasa", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5219", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_down": {}}} {"question": "z\u0259hm\u0259t olmasa m\u0259nim b\u00fct\u00fcn z\u0259ngli saatlar\u0131m\u0131 siyah\u0131ya sal", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4673", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"alarm_type": [""], "date": [""], "event_name": [""], "time": [""], "timeofday": [""]}}} {"question": "alt\u0131 b\u00f6l iki ne\u00e7\u0259 edir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13552", "language": "Python", "test_category": "multiple_function", "gt": {"qa.maths": {"query": ["alt\u0131 b\u00f6l iki ne\u00e7\u0259 edir"]}}} {"question": "ruslan il\u0259 olan b\u00fct\u00fcn planlar\u0131 sil", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7289", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"person": ["ruslan"], "date": [""], "event_name": [""], "meal_type": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "m\u0259nim m\u00f6vcud olan siyah\u0131lar\u0131m hans\u0131lard\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10851", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": [""], "list_name": [""]}}} {"question": "k\u00fc\u00e7\u0259l\u0259r\u0259 su s\u0259pmi\u015f\u0259m mahn\u0131s\u0131n\u0131 kim oxuyur", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["k\u00fc\u00e7\u0259l\u0259r\u0259 su s\u0259pmi\u015f\u0259m"], "artist_name": [""]}}} {"question": "m\u0259ntiqin t\u0259rifi n\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13863", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["m\u0259ntiqin"]}}} {"question": "cavid\u0259 cavab olaraq sa\u011f ol yaz", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15906", "language": "Python", "test_category": "multiple_function", "gt": {"email.sendemail": {"person": ["cavid\u0259"], "email_address": [""], "event_name": ["", "empty"], "relation": [""]}}} {"question": "anar\u0131 kontaktlar siyah\u0131s\u0131na \u0259lav\u0259 et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["anar\u0131"], "list_name": ["kontaktlar siyah\u0131s\u0131na"], "event_name": [""]}}} {"question": "xahi\u015f edir\u0259m bu s\u0259sl\u0259ndirm\u0259ni audio kitabda oxut", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9815", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"media_type": ["audio kitabda"], "audiobook_author": [""], "audiobook_name": [""], "player_setting": [""]}}} {"question": "\u0259n yax\u0131n bravo haradad\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["bravo"], "business_type": [""], "food_type": [""], "place_name": ["", "users location"]}}} {"question": "mikay\u0131l il\u0259 nahar \u0259lav\u0259 et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7664", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"person": ["mikay\u0131l"], "meal_type": ["nahar"], "business_name": [""], "date": [""], "event_name": [""], "general_frequency": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "s\u0259kkiz otuzu g. m. t. d\u00f6rdd\u0259n g. m. t. be\u015f otuza \u00e7evir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["s\u0259kkiz otuzu g. m. t. d\u00f6rdd\u0259n g. m. t. be\u015f otuza \u00e7evir"]}}} {"question": "m\u0259n\u0259 qatar bileti sifari\u015f et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12308", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"transport_type": ["qatar"], "date": ["", "today"], "place_name": [""], "time": [""], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""]}}} {"question": "siyah\u0131n\u0131 t\u0259mizl\u0259", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10825", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"date": [""], "list_name": [""]}}} {"question": "m\u0259n\u0259 emin musavinin podkast\u0131n\u0131 \u00e7al", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11368", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"person": ["emin musavinin"], "player_setting": [""], "podcast_descriptor": [""], "podcast_name": [""]}}} {"question": "olly m\u0259n\u0259 l\u0259tif\u0259 dan\u0131\u015f", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "124", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["", "random"]}}} {"question": "saat bird\u0259 kinoya getm\u0259k \u00fc\u00e7\u00fcn taksi sifari\u015f et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12244", "language": "Python", "test_category": "multiple_function", "gt": {"transport.taxi": {"time": ["saat bird\u0259"], "place_name": ["kinoya"], "transport_type": ["taksi"], "date": ["", "today"], "timeofday": [""], "transport_agency": [""]}}} {"question": "yeni emaild\u0259 n\u0259 deyir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16890", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "i\u015f\u0131\u011f\u0131 s\u00f6nd\u00fcr\u0259 bil\u0259rs\u0259n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "999", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"device_type": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "musiqini oxut", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5413", "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": "h\u0259ft\u0259 sonunda bu \u0259razid\u0259 yax\u015f\u0131 n\u0259s\u0259 olacaq", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["h\u0259ft\u0259 sonunda"], "business_name": [""], "event_name": [""], "place_name": ["", "users location"], "time": ["", "today"], "timeofday": [""]}}} {"question": "faiq a\u011fayev evlidir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13780", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["faiq a\u011fayev evlidir"]}}} {"question": "dinamikl\u0259ri s\u00f6nd\u00fcr", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3175", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"date": [""], "time": [""], "timeofday": [""]}}} {"question": "evimi t\u0259mizl\u0259", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1941", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"house_place": ["evimi"], "device_type": ["", "vacuum"], "general_frequency": [""], "time": ["", "now"]}}} {"question": "sabah m\u0259ni oyand\u0131rma", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["sabah"], "time": [""]}}} {"question": "dinamikin s\u0259sini qald\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": "hans\u0131 xat\u0131rlatmalar\u0131m var", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7762", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"date": ["", "today"], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "sabah s\u0259h\u0259r saat alt\u0131ya z\u0259ngli saat qur", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2166", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"date": ["sabah"], "timeofday": ["s\u0259h\u0259r"], "time": ["alt\u0131ya"]}}} {"question": "sosial mediada ba\u015f ver\u0259n vacib n\u0259s\u0259 var", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15513", "language": "Python", "test_category": "multiple_function", "gt": {"social.query": {"media_type": [""], "person": [""], "relation": [""]}}} {"question": "m\u0259n\u0259 n\u0259qliyyat\u0131n h\u0259r\u0259k\u0259ti haqq\u0131nda m\u0259lumat ver\u0259 bil\u0259rs\u0259n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": "m\u0259n\u0259 bir fincan q\u0259hv\u0259 haz\u0131rla", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4988", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"coffee_type": ["", "cappuccino"], "date": ["", "today"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "bu yax\u015f\u0131 melodiyad\u0131r z\u0259hm\u0259t olmasa fayl\u0131 m\u00fcvafiq olaraq qeyd et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3915", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "yar\u0131\u015f oyunu oyna", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10350", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": ["yar\u0131\u015f oyunu"]}}} {"question": "m\u0259n\u0259 radioda rep musiqi oxuda bil\u0259rs\u0259n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9438", "language": "Python", "test_category": "multiple_function", "gt": {"play.radio": {"music_genre": ["rep"], "app_name": [""], "device_type": [""], "house_place": [""], "media_type": [""], "radio_name": ["", "latest"]}}} {"question": "istehlak xidm\u0259tin\u0259 yeni tvit", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15503", "language": "Python", "test_category": "multiple_function", "gt": {"social.post": {"business_name": ["istehlak xidm\u0259tin\u0259"], "media_type": ["tvit"]}}} {"question": "yataq ota\u011f\u0131n\u0131n i\u015f\u0131qlar\u0131n\u0131 ya\u015f\u0131l r\u0259ng\u0259 d\u0259yi\u015f", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "456", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"house_place": ["yataq ota\u011f\u0131n\u0131n"], "color_type": ["ya\u015f\u0131l"], "time": ["", "now"]}}} {"question": "mala praga restoran\u0131 paket yem\u0259k \u00e7atd\u0131r\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["mala praga"], "order_type": ["paket yem\u0259k"], "business_type": [""], "food_type": [""], "meal_type": [""]}}} {"question": "bu h\u0259ft\u0259 hans\u0131 filml\u0259r \u00e7\u0131x\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11920", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"date": ["bu h\u0259ft\u0259"], "business_type": [""], "movie_name": [""], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "bak\u0131da hava \u015f\u0259raiti nec\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "333", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"place_name": ["bak\u0131da"], "date": ["", "today"], "event_name": [""], "general_frequency": [""], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "buran\u0131n i\u015f\u0131\u011f\u0131n\u0131 art\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6174", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"change_amount": ["", "20 percent"], "device_type": ["", "all"], "house_place": ["", "all"]}}} {"question": "z\u0259hm\u0259t olmasa cavidin \u0259laq\u0259 n\u00f6mr\u0259sini tap v\u0259 m\u0259n\u0259 bildir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16975", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"person": ["cavidin"], "personal_info": ["n\u00f6mr\u0259sini"], "business_name": [""], "relation": [""]}}} {"question": "hey \u00e7in restoran\u0131ndan kartof q\u0131zartmas\u0131 il\u0259 qanadlar sifari\u015f et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6112", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.order": {"business_name": ["\u00e7in restoran\u0131ndan"], "food_type": ["kartof q\u0131zartmas\u0131 il\u0259 qanadlar"], "business_type": [""], "drink_type": [""], "ingredient": [""], "meal_type": [""], "order_type": [""], "timeofday": [""]}}} {"question": "yumurtan\u0131 ne\u00e7\u0259 d\u0259qiq\u0259 qaynad\u0131m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": {"food_type": ["yumurtan\u0131"], "cooking_type": ["qaynad\u0131m"], "app_name": [""], "device_type": [""], "media_type": [""]}}} {"question": "ictimai kitabxana haradad\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12800", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"business_type": ["ictimai kitabxana"], "business_name": [""], "date": ["", "today"], "place_name": [""], "time": ["", "now"], "timeofday": [""], "transport_name": [""], "transport_type": [""]}}} {"question": "dollar ne\u00e7\u0259 manatd\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13684", "language": "Python", "test_category": "multiple_function", "gt": {"qa.currency": {"query": ["dollar ne\u00e7\u0259 manatd\u0131r"]}}} {"question": "yeni a\u011f\u0131ll\u0131 rozetkan\u0131 yand\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4620", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_on": {"device_type": ["a\u011f\u0131ll\u0131 rozetkan\u0131"]}}} {"question": "o mahn\u0131n\u0131 bir daha e\u015fitm\u0259k ist\u0259mir\u0259m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": "i\u015f\u0131qlar\u0131 z\u0259ifl\u0259tm\u0259k \u00fc\u00e7\u00fcn d\u0259yi\u015fdir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "468", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"change_amount": ["", "20 percent"], "house_place": [""]}}} {"question": "\u0259n son x\u0259b\u0259r ba\u015fl\u0131qlar\u0131 n\u0259l\u0259rdir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "441", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"date": ["", "today"], "media_type": [""], "news_topic": [""], "person": [""], "place_name": [""]}}} {"question": "haz\u0131rda \u015f\u0259rqi standart vaxt\u0131nda saat ne\u00e7\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3118", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"time_zone": ["\u015f\u0259rqi"], "date": [""], "place_name": ["", "current"]}}} {"question": "s\u00f6nd\u00fcr", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4026", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_off": {"device_type": [""]}}} {"question": "s\u0259s g\u00fccl\u0259ndiricinin s\u0259sini azald\u0131n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": "r\u0259qs d\u0259rsi \u00fc\u00e7\u00fcn xat\u0131rlatma z\u0259ngi qurulmu\u015fdur", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4130", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"event_name": ["r\u0259qs d\u0259rsi"], "alarm_type": [""], "date": [""], "time": [""], "timeofday": [""]}}} {"question": "\u0259g\u0259r karanda\u015f d\u00f6rd dollar v\u0259 kitab on dollard\u0131rsa iki karanda\u015f v\u0259 \u00fc\u00e7 kitab alarsam n\u0259 q\u0259d\u0259r \u00f6d\u0259m\u0259liy\u0259m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["\u0259g\u0259r karanda\u015f d\u00f6rd dollar v\u0259 kitab on dollard\u0131rsa iki karanda\u015f v\u0259 \u00fc\u00e7 kitab alarsam n\u0259 q\u0259d\u0259r \u00f6d\u0259m\u0259liy\u0259m"]}}} {"question": "bu ax\u015famk\u0131 \u015fam yem\u0259yini l\u0259\u011fv et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": {"timeofday": ["bu ax\u015famk\u0131"], "meal_type": ["\u015fam yem\u0259yini"], "date": [""], "event_name": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""]}}} {"question": "bug\u00fcn g\u00f6r\u00fcl\u0259c\u0259k i\u015fl\u0259r siyah\u0131s\u0131nda n\u0259 var", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10679", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": ["bug\u00fcn"], "list_name": ["g\u00f6r\u00fcl\u0259c\u0259k i\u015fl\u0259r"]}}} {"question": "ifa olunan mahn\u0131n\u0131n ad\u0131n\u0131 bilirsiniz", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3742", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": [""], "song_name": [""]}}} {"question": "hey kitab n\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14272", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["kitab"]}}} {"question": "rauf \u015fahbazovdan g\u0259l\u0259n email\u0259 cavab yaz", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15950", "language": "Python", "test_category": "multiple_function", "gt": {"email.sendemail": {"person": ["rauf \u015fahbazovdan"], "email_address": [""], "event_name": ["", "empty"], "relation": [""]}}} {"question": "\u00e7ingiz abdullayevin audio kitab\u0131n\u0131 qald\u0131\u011f\u0131m yerd\u0259n davam et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9676", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"audiobook_author": ["\u00e7ingiz abdullayevin"], "player_setting": ["davam et"], "audiobook_name": [""], "media_type": [""]}}} {"question": "m\u0259n\u0259 yax\u0131nl\u0131qda hans\u0131 ma\u011fazalar oldu\u011funu de", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["ma\u011fazalar"], "business_name": [""], "food_type": [""], "place_name": ["", "users location"]}}} {"question": "c\u00fcm\u0259 g\u00fcn\u00fc \u00fc\u00e7\u00fcn plan qeyd et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6774", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"date": ["c\u00fcm\u0259"], "business_name": [""], "event_name": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "sumqay\u0131t v\u0259 bak\u0131 aras\u0131ndak\u0131 vaxt f\u0259rqi n\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5497", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["sumqay\u0131t v\u0259 bak\u0131 aras\u0131ndak\u0131 vaxt f\u0259rqi n\u0259dir"]}}} {"question": "bak\u0131ya qatar bileti sifari\u015f et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12722", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"place_name": ["bak\u0131ya"], "transport_type": ["qatar"], "date": ["", "today"], "time": [""], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""]}}} {"question": "m\u0259nim k\u00f6hn\u0259 az\u0259rbaycan mahn\u0131lar\u0131 siyah\u0131m\u0131 pleylistd\u0259n sil", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10523", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"list_name": ["k\u00f6hn\u0259 az\u0259rbaycan"], "date": [""]}}} {"question": "podkasta ke\u00e7 v\u0259 dostlar podkast\u0131ndan n\u00f6vb\u0259ti epizodu oxut", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11279", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"podcast_name": ["dostlar"], "podcast_descriptor": ["n\u00f6vb\u0259ti epizodu"], "person": [""], "player_setting": [""]}}} {"question": "m\u0259n\u0259 g\u00fclm\u0259li l\u0259tif\u0259 dan\u0131\u015f", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["g\u00fclm\u0259li"]}}} {"question": "buradan hava liman\u0131na getm\u0259k \u00fc\u00e7\u00fcn taksi \u00e7a\u011f\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12213", "language": "Python", "test_category": "multiple_function", "gt": {"transport.taxi": {"place_name": ["hava liman\u0131na"], "transport_type": ["taksi"], "date": ["", "today"], "time": ["", "now"], "timeofday": [""], "transport_agency": [""]}}} {"question": "g\u0259l\u0259nl\u0259r qutusunda son baxd\u0131\u011f\u0131m\u0131zdan b\u0259ri n\u0259 is\u0259 var", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "17142", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"email_folder": ["g\u0259l\u0259nl\u0259r qutusunda"], "business_name": [""], "date": [""], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "lampalar\u0131 s\u00f6nd\u00fcr", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1554", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"device_type": ["lampalar\u0131"], "house_place": [""], "time": ["", "now"]}}} {"question": "x\u0259b\u0259rsiz\u0259 davam et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9795", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"song_name": ["x\u0259b\u0259rsiz\u0259"], "player_setting": ["davam et"], "artist_name": [""], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "playlist_name": [""]}}} {"question": "bu h\u0259ft\u0259 m\u0259nim \u015f\u0259h\u0259rimd\u0259 hans\u0131 t\u0259dbirl\u0259r olacaq", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7026", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"date": ["bu h\u0259ft\u0259"], "place_name": ["\u015f\u0259h\u0259rimd\u0259"], "business_name": [""], "event_name": [""], "time": ["", "today"], "timeofday": [""]}}} {"question": "balinalar niy\u0259 b\u00f6y\u00fckd\u00fcrl\u0259r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13516", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["balinalar niy\u0259 b\u00f6y\u00fckd\u00fcrl\u0259r"]}}} {"question": "s\u0259si k\u0259s", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "189", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"date": [""], "time": [""], "timeofday": [""]}}} {"question": "rumban\u0131 i\u015f\u0259 sal", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3841", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"device_type": ["rumban\u0131"], "general_frequency": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "s\u0259h\u0259r saat s\u0259kkiz\u0259 qurulmu\u015f z\u0259ngli saat\u0131 s\u00f6nd\u00fcr", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "560", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"time": ["s\u0259h\u0259r saat s\u0259kkiz\u0259"], "date": [""]}}} {"question": "ucadan dan\u0131\u015f", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": "z\u0259hm\u0259t olmasa bu g\u00fcn m\u00fc\u015ft\u0259ril\u0259rl\u0259 olan g\u00f6r\u00fc\u015f\u00fcm\u00fc g\u00f6st\u0259r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7380", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"date": ["bu g\u00fcn"], "relation": ["m\u00fc\u015ft\u0259ril\u0259rl\u0259"], "event_name": [""], "person": [""], "time": [""], "timeofday": [""]}}} {"question": "sabah s\u0259h\u0259r saat alt\u0131ya z\u0259ngli saat \u0259lav\u0259 et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2334", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"date": ["sabah"], "timeofday": ["s\u0259h\u0259r"], "time": ["alt\u0131ya"]}}} {"question": "h\u0259mi\u015f\u0259kind\u0259n d\u00fcz\u0259lt", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5010", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"coffee_type": ["h\u0259mi\u015f\u0259kind\u0259n"], "date": ["", "today"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "m\u0259n bu mahn\u0131n\u0131 sevir\u0259m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3030", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "oyunlar\u0131 a\u00e7", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": "radioda media f. m. stansiyas\u0131n\u0131 oxut", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9561", "language": "Python", "test_category": "multiple_function", "gt": {"play.radio": {"radio_name": ["media f. m. stansiyas\u0131n\u0131"], "app_name": [""], "device_type": [""], "house_place": [""], "media_type": [""], "music_genre": [""]}}} {"question": "g\u0259l tvit g\u00f6nd\u0259r\u0259k", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["tvit"], "business_name": [""]}}} {"question": "i\u015f\u0131qlar\u0131 f\u0259rqli bir \u00e7alara d\u0259yi\u015fdir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4803", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"color_type": ["", "random"], "house_place": [""], "time": ["", "now"]}}} {"question": "pizza hutda \u00e7atd\u0131r\u0131lma var", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1379", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.query": {"business_name": ["pizza hutda"], "order_type": ["\u00e7atd\u0131r\u0131lma"], "business_type": [""], "food_type": [""], "meal_type": [""]}}} {"question": "m\u0259nim \u0259razimd\u0259 n\u00fcmayi\u015f olunan bir film t\u00f6vsiy\u0259 et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11871", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"business_type": [""], "date": ["", "today"], "movie_name": [""], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "bu h\u0259ft\u0259 hava nec\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "102", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["bu h\u0259ft\u0259"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "parlaql\u0131\u011f\u0131 yuxar\u0131 qald\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2591", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"change_amount": ["", "20 percent"], "device_type": ["", "all"], "house_place": ["", "all"]}}} {"question": "polad\u0131n \u0259laq\u0259 m\u0259lumat\u0131", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "17111", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"person": ["polad\u0131n"], "personal_info": ["\u0259laq\u0259 m\u0259lumat\u0131"], "business_name": [""], "relation": [""]}}} {"question": "\u00e7atd\u0131r\u0131lma il\u0259 pizza sifari\u015f et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5488", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.order": {"order_type": ["\u00e7atd\u0131r\u0131lma"], "food_type": ["pizza"], "business_name": [""], "business_type": [""], "drink_type": [""], "ingredient": [""], "meal_type": [""], "timeofday": [""]}}} {"question": "z\u0259hm\u0259t olmasa internetd\u0259 axtar\u0131\u015f et v\u0259 youtubdan italyan yem\u0259kl\u0259ri bi\u015firm\u0259k \u00fc\u00e7\u00fcn uy\u011fun olan videolar\u0131 g\u00f6st\u0259r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9977", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"media_type": ["youtubdan"], "food_type": ["italyan"], "app_name": [""], "cooking_type": [""], "device_type": [""]}}} {"question": "qatar bak\u0131ya n\u0259 vaxt \u00e7at\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12908", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"transport_type": ["qatar"], "place_name": ["bak\u0131ya"], "business_name": [""], "business_type": [""], "date": ["", "today"], "time": ["", "now"], "timeofday": [""], "transport_name": [""]}}} {"question": "manat avro m\u0259z\u0259nn\u0259sind\u0259 \u00fcst\u00fcn olan hans\u0131d\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["manat avro m\u0259z\u0259nn\u0259sind\u0259 \u00fcst\u00fcn olan hans\u0131d\u0131r"]}}} {"question": "bu mahn\u0131n\u0131 bir daha oxutma", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3103", "language": "Python", "test_category": "multiple_function", "gt": {"music.dislikeness": {"music_genre": [""]}}} {"question": "ba\u015f\u0131m\u0131n \u00fcst\u00fcnd\u0259ki i\u015f\u0131qlar\u0131 azalt", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4896", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"house_place": ["ba\u015f\u0131m\u0131n \u00fcst\u00fcnd\u0259ki"], "change_amount": ["", "20 percent"]}}} {"question": "bu g\u00fcn\u0259 olan idman x\u0259b\u0259rl\u0259ri hans\u0131lard\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1474", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"date": ["bu g\u00fcn\u0259 olan"], "news_topic": ["idman"], "media_type": [""], "person": [""], "place_name": [""]}}} {"question": "bug\u00fcnk\u00fc tarixi de", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "85", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"date": ["bug\u00fcnk\u00fc"], "place_name": ["", "current"], "time_zone": ["", "current"]}}} {"question": "m\u0259n hans\u0131 z\u0259ngli saatlar\u0131 qurdum", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1483", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"alarm_type": [""], "date": [""], "event_name": [""], "time": [""], "timeofday": [""]}}} {"question": "bu sual\u0131n cavab\u0131n\u0131 m\u0259n\u0259 g\u00f6st\u0259r iki y\u00fcz q\u0131rx alt\u0131 \u00fcst\u0259g\u0259l alt\u0131 y\u00fcz \u0259lli d\u00f6rd", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["bu sual\u0131n cavab\u0131n\u0131 m\u0259n\u0259 g\u00f6st\u0259r iki y\u00fcz q\u0131rx alt\u0131 \u00fcst\u0259g\u0259l alt\u0131 y\u00fcz \u0259lli d\u00f6rd"]}}} {"question": "ilin qalan hiss\u0259si \u00fc\u00e7\u00fcn t\u0259qvimimd\u0259n h\u0259r \u015feyi sil", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "8241", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"date": ["ilin qalan hiss\u0259si"], "event_name": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "ax\u0131r\u0131nc\u0131 g\u00f6r\u00fcl\u0259c\u0259k i\u015fl\u0259r siyah\u0131s\u0131n\u0131 yoxla", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11154", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"list_name": ["g\u00f6r\u00fcl\u0259c\u0259k"], "date": [""]}}} {"question": "mahn\u0131n\u0131n ad\u0131", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1807", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": [""], "song_name": [""]}}} {"question": "istintaq s\u00f6z\u00fcn\u00fcn m\u0259nas\u0131 n\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["istintaq"]}}} {"question": "kitaba fasil\u0259 ver", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9689", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"player_setting": ["fasil\u0259 ver"], "audiobook_author": [""], "audiobook_name": [""], "media_type": [""]}}} {"question": "on kilometr m\u0259saf\u0259d\u0259 hans\u0131 ma\u011fazalar var", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11751", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"place_name": ["on kilometr"], "business_type": ["ma\u011fazalar"], "business_name": [""], "food_type": [""]}}} {"question": "yad\u0131ma sal kitabxanada olanda yeni kitabxana kart\u0131 al\u0131m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": {"place_name": ["kitabxanada"], "event_name": ["yeni kitabxana kart\u0131 al\u0131m"], "business_name": [""], "date": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "s\u0259h\u0259r saat s\u0259kkiz bak\u0131 vaxt\u0131n\u0131 nyu york vaxt\u0131na \u00e7evir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["s\u0259h\u0259r saat s\u0259kkiz bak\u0131 vaxt\u0131n\u0131 nyu york vaxt\u0131na \u00e7evir"]}}} {"question": "m\u0259nim \u00fc\u00e7\u00fcn g\u0259nc\u0259d\u0259n q\u0259b\u0259l\u0259y\u0259 qatar bileti sifari\u015f et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12166", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"place_name": ["g\u0259nc\u0259d\u0259n q\u0259b\u0259l\u0259y\u0259"], "transport_type": ["qatar"], "date": ["", "today"], "time": [""], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""]}}} {"question": "ax\u0131r\u0131nc\u0131 dinl\u0259diyim podkast\u0131 yenid\u0259n oxut", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["yenid\u0259n oxut"], "person": [""], "podcast_descriptor": [""], "podcast_name": [""]}}} {"question": "m\u0259n\u0259 \u0259yl\u0259nc\u0259li bir \u015fey g\u00f6nd\u0259r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "122", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["", "random"]}}} {"question": "london taksisi \u00e7a\u011f\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12329", "language": "Python", "test_category": "multiple_function", "gt": {"transport.taxi": {"transport_type": ["london taksisi"], "date": ["", "today"], "place_name": [""], "time": ["", "now"], "timeofday": [""], "transport_agency": [""]}}} {"question": "z\u0259hm\u0259t olmasa m\u0259nim oxunmu\u015f mesajlar\u0131m\u0131 arxivl\u0259\u015fdir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "17138", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "m\u0259tb\u0259xin i\u015f\u0131qlar\u0131n\u0131 s\u00f6nd\u00fcr", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4077", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"house_place": ["m\u0259tb\u0259xin"], "device_type": [""], "time": ["", "now"]}}} {"question": "m\u0259nim rok pleylistimd\u0259n yuxunu oxut", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1007", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"music_genre": ["rok"], "artist_name": ["yuxunu"], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "player_setting": [""], "playlist_name": [""], "song_name": [""]}}} {"question": "qar\u015f\u0131dan g\u0259l\u0259n t\u0259dbirl\u0259r haqq\u0131nda m\u0259lumat", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "8822", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"business_name": [""], "date": ["", "today"], "event_name": [""], "place_name": ["", "users location"], "time": ["", "today"], "timeofday": [""]}}} {"question": "d\u00fcnyan\u0131n \u0259n h\u00fcnd\u00fcr zirv\u0259si hans\u0131d\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12972", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["d\u00fcnyan\u0131n \u0259n h\u00fcnd\u00fcr zirv\u0259si hans\u0131d\u0131r"]}}} {"question": "iki saat s\u0259ssizlik", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["iki saat"], "date": [""], "timeofday": [""]}}} {"question": "robot tozsoran\u0131 i\u015f\u0259 sal", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2959", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"device_type": ["robot tozsoran\u0131"], "general_frequency": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "z\u0259hm\u0259t olmasa h\u0259ft\u0259 i\u00e7i saat doqquza t\u0259yin olunmu\u015f z\u0259ngli saat\u0131 sil", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3829", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"date": ["h\u0259ft\u0259 i\u00e7i"], "time": ["doqquza"]}}} {"question": "m\u0259n\u0259 bu c\u00fcm\u0259 g\u00fcn\u00fc g\u00fcnortaya olan t\u0259qvim plan\u0131m\u0131 g\u00f6st\u0259r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6806", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"date": ["bu c\u00fcm\u0259 g\u00fcn\u00fc"], "timeofday": ["g\u00fcnortaya"], "event_name": [""], "person": [""], "relation": [""], "time": [""]}}} {"question": "m\u0259ni s\u0259h\u0259r saat alt\u0131da oyadarsan", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5475", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["s\u0259h\u0259r saat alt\u0131da"], "date": [""], "timeofday": [""]}}} {"question": "z\u0259hm\u0259t olmasa m\u0259n\u0259 \u015f\u0259k\u0259rsiz q\u0259hv\u0259 haz\u0131rla", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1812", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"coffee_type": ["\u015f\u0259k\u0259rsiz"], "date": ["", "today"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "arxa fonda ged\u0259n mahn\u0131 \u0259lad\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5531", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "m\u0259niml\u0259 oyun oyna", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10292", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": [""]}}} {"question": "doxsan \u00fc\u00e7 n\u00f6qt\u0259 be\u015f f. m. radiosunun mahn\u0131lar\u0131", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["doxsan \u00fc\u00e7 n\u00f6qt\u0259 be\u015f f. m. radiosunun"], "media_type": ["mahn\u0131lar\u0131"], "app_name": [""], "device_type": [""], "house_place": [""], "music_genre": [""]}}} {"question": "\u015fikay\u0259t tviti yazmaq laz\u0131md\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15557", "language": "Python", "test_category": "multiple_function", "gt": {"social.post": {"media_type": ["tviti yazmaq"], "business_name": [""]}}} {"question": "qonaq ota\u011f\u0131ndak\u0131 i\u015f\u0131qlar\u0131n r\u0259ngini ya\u015f\u0131l v\u0259 q\u0131rm\u0131z\u0131ya d\u0259yi\u015f", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3542", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"house_place": ["qonaq ota\u011f\u0131ndak\u0131"], "color_type": ["ya\u015f\u0131l v\u0259 q\u0131rm\u0131z\u0131ya"], "time": ["", "now"]}}} {"question": "m\u00f6vcud dominoslar\u0131 g\u00f6st\u0259r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["dominoslar\u0131"], "business_type": [""], "food_type": [""], "meal_type": [""], "order_type": ["", "takeaway"]}}} {"question": "m\u0259n\u0259 film m\u0259sl\u0259h\u0259t g\u00f6r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11862", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"business_type": [""], "date": ["", "today"], "movie_name": [""], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "sabah hava nec\u0259 olacaq", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4383", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["sabah"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "i\u015f\u0131qlar\u0131n parlaql\u0131\u011f\u0131n\u0131 art\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "962", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"change_amount": ["", "20 percent"], "device_type": ["", "all"], "house_place": ["", "all"]}}} {"question": "cavidin telefon n\u00f6mr\u0259si", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16907", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"person": ["cavidin"], "personal_info": ["telefon n\u00f6mr\u0259si"], "business_name": [""], "relation": [""]}}} {"question": "dominosdan yem\u0259k sifari\u015f etm\u0259liy\u0259m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["dominosdan"], "business_type": [""], "drink_type": [""], "food_type": [""], "ingredient": [""], "meal_type": [""], "order_type": [""], "timeofday": [""]}}} {"question": "tort bi\u015firm\u0259k \u00fc\u00e7\u00fcn m\u0259n\u0259 hans\u0131 \u0259rzaqlar laz\u0131md\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10220", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"food_type": ["tort"], "cooking_type": ["bi\u015firm\u0259k"], "app_name": [""], "device_type": [""], "media_type": [""]}}} {"question": "g\u0259nc\u0259y\u0259 getm\u0259yin \u0259n yax\u015f\u0131 yolu n\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12367", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"place_name": ["g\u0259nc\u0259y\u0259"], "business_name": [""], "business_type": [""], "date": ["", "today"], "time": ["", "now"], "timeofday": [""], "transport_name": [""], "transport_type": [""]}}} {"question": "haz\u0131rk\u0131 dollar m\u0259z\u0259nn\u0259si", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13982", "language": "Python", "test_category": "multiple_function", "gt": {"qa.currency": {"query": ["haz\u0131rk\u0131 dollar m\u0259z\u0259nn\u0259si"]}}} {"question": "qonaq ota\u011f\u0131n\u0131n i\u015f\u0131qlar\u0131n\u0131 z\u0259ifl\u0259t", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["qonaq ota\u011f\u0131n\u0131n"], "change_amount": ["", "20 percent"]}}} {"question": "b. b. c. nin miqrantlar il\u0259 ba\u011fl\u0131 x\u0259b\u0259rl\u0259rini g\u00f6st\u0259r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5286", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"media_type": ["b. b. c."], "news_topic": ["miqrantlar"], "date": ["", "today"], "person": [""], "place_name": [""]}}} {"question": "hey siri saat ne\u00e7\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4187", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"date": [""], "place_name": ["", "current"], "time_zone": ["", "current"]}}} {"question": "alt\u0131 y\u00fcz iyirmi be\u015fin k\u00f6k alt\u0131 ne\u00e7\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13192", "language": "Python", "test_category": "multiple_function", "gt": {"qa.maths": {"query": ["alt\u0131 y\u00fcz iyirmi be\u015fin k\u00f6k alt\u0131 ne\u00e7\u0259dir"]}}} {"question": "bu g\u00fcn g\u00fcnorta saat ikid\u0259 olan g\u00f6r\u00fc\u015f\u00fcm\u00fc sil", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "8562", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"time": ["g\u00fcnorta saat ikid\u0259"], "event_name": ["g\u00f6r\u00fc\u015f\u00fcm\u00fc"], "date": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "timeofday": [""]}}} {"question": "m\u0259nim al\u0131\u015f veri\u015f siyah\u0131mda hans\u0131 madd\u0259l\u0259r var", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10757", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"list_name": ["al\u0131\u015f veri\u015f"], "date": [""]}}} {"question": "mahn\u0131n\u0131n ad\u0131", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5250", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": [""], "song_name": [""]}}} {"question": "yor\u011fan n\u0259 dem\u0259kdir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14147", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["yor\u011fan"]}}} {"question": "da vin\u00e7i kodu audio kitab\u0131n\u0131 a\u00e7", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["da vin\u00e7i kodu"], "media_type": ["audio kitab\u0131n\u0131"], "audiobook_author": [""], "player_setting": [""]}}} {"question": "l\u0259kid\u0259 aptek haradad\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["l\u0259kid\u0259"], "business_type": ["aptek"], "business_name": [""], "food_type": [""]}}} {"question": "xose il\u0259 yax\u0131nla\u015fan g\u00f6r\u00fc\u015f\u00fc xat\u0131rlat", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "8857", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"person": ["xose"], "event_name": ["g\u00f6r\u00fc\u015f\u00fc"], "business_name": [""], "date": [""], "general_frequency": [""], "meal_type": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "birl\u0259\u015fmi\u015f krall\u0131q v\u0259 birl\u0259\u015fmi\u015f \u015ftatlar aras\u0131ndak\u0131 vaxt f\u0259rqi", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5333", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["birl\u0259\u015fmi\u015f krall\u0131q v\u0259 birl\u0259\u015fmi\u015f \u015ftatlar aras\u0131ndak\u0131 vaxt f\u0259rqi"]}}} {"question": "bak\u0131ya qatar bileti al", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12469", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"place_name": ["bak\u0131ya"], "transport_type": ["qatar"], "date": ["", "today"], "time": [""], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""]}}} {"question": "podkasta qulaq asmaq ist\u0259yir\u0259m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11376", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"person": [""], "player_setting": [""], "podcast_descriptor": [""], "podcast_name": [""]}}} {"question": "m\u0259n\u0259 l\u0259tif\u0259 dan\u0131\u015fa bil\u0259rs\u0259n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "411", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["", "random"]}}} {"question": "sifari\u015f etm\u0259y\u0259 taksi tap", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12383", "language": "Python", "test_category": "multiple_function", "gt": {"transport.taxi": {"transport_type": ["taksi"], "date": ["", "today"], "place_name": [""], "time": ["", "now"], "timeofday": [""], "transport_agency": [""]}}} {"question": "z\u0259hm\u0259t olmasa m\u0259nim emaill\u0259rimi yoxla h\u0259r hans\u0131 yeni email g\u0259libs\u0259 m\u0259n\u0259 bildir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16713", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "i\u015f\u0131qlar\u0131 s\u00f6nd\u00fcr indi", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2298", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"device_type": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "akif islamzad\u0259nin sar\u0131 g\u0259lin mahn\u0131s\u0131n\u0131 oxut", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4232", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"artist_name": ["akif islamzad\u0259nin"], "song_name": ["sar\u0131 g\u0259lin"], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "player_setting": [""], "playlist_name": [""]}}} {"question": "bu \u0259razid\u0259 h\u0259r hans\u0131 k\u0259nd yarmarkalar\u0131 varm\u0131", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11841", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"event_name": ["k\u0259nd yarmarkalar\u0131"], "business_name": [""], "date": ["", "today"], "place_name": ["", "users location"], "time": ["", "today"], "timeofday": [""]}}} {"question": "meksikan\u0131n paytaxt\u0131 harad\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14440", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["meksikan\u0131n paytaxt\u0131 harad\u0131r"]}}} {"question": "bir saat dan\u0131\u015fma", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6064", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"time": ["bir saat"], "date": [""], "timeofday": [""]}}} {"question": "robot tozsoran\u0131 yand\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1059", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"device_type": ["robot tozsoran\u0131"], "general_frequency": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "z\u0259hm\u0259t olmasa xat\u0131rlatmalar\u0131m\u0131 yoxla", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9198", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"date": ["", "today"], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "saat\u0131n z\u0259ngini s\u0259h\u0259r saat alt\u0131ya qur", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3986", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["s\u0259h\u0259r saat alt\u0131ya"], "date": [""], "timeofday": [""]}}} {"question": "m\u0259nim kofe ma\u015f\u0131n\u0131m\u0131 qur", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3568", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"device_type": ["kofe ma\u015f\u0131n\u0131m\u0131"], "coffee_type": ["", "cappuccino"], "date": ["", "today"], "time": ["", "now"]}}} {"question": "g\u00f6z\u0259l mahn\u0131 s\u00f6zl\u0259ri", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": "oyun oyna", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10357", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": [""]}}} {"question": "radionu yand\u0131ra bil\u0259rs\u0259n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9225", "language": "Python", "test_category": "multiple_function", "gt": {"play.radio": {"app_name": [""], "device_type": [""], "house_place": [""], "media_type": [""], "music_genre": [""], "radio_name": ["", "latest"]}}} {"question": "m\u0259nim \u00fc\u00e7\u00fcn bir tvit yaz", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe 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": ["tvit yaz"], "business_name": [""]}}} {"question": "i\u015f\u0131\u011f\u0131n r\u0259ngini d\u0259yi\u015f", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "564", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"color_type": ["", "random"], "house_place": [""], "time": ["", "now"]}}} {"question": "firuz\u0259 restoran\u0131 paket yem\u0259k edir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3020", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.query": {"business_name": ["firuz\u0259 restoran\u0131"], "business_type": [""], "food_type": [""], "meal_type": [""], "order_type": ["", "takeaway"]}}} {"question": "bay\u0131rda temperatur", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4917", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["temperatur"], "date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""]}}} {"question": "daha \u00e7ox i\u015f\u0131q ist\u0259yir\u0259m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2075", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"change_amount": ["", "20 percent"], "device_type": ["", "all"], "house_place": ["", "all"]}}} {"question": "nahar \u00fc\u00e7\u00fcn \u015forba i\u00e7m\u0259k ist\u0259yir\u0259m anadolu restoran\u0131ndan toyuq \u015forbas\u0131 sifari\u015f et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2447", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.order": {"meal_type": ["nahar"], "food_type": ["\u015forba"], "business_name": ["anadolu"], "business_type": ["restoran\u0131ndan"], "drink_type": [""], "ingredient": [""], "order_type": [""], "timeofday": [""]}}} {"question": "m\u0259n\u0259 vegetarian plovunun resepti laz\u0131md\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10107", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"food_type": ["vegetarian plovunun"], "app_name": [""], "cooking_type": [""], "device_type": [""], "media_type": [""]}}} {"question": "he\u00e7 bir t\u0131xaca ili\u015fm\u0259d\u0259n m\u0259nim \u015f\u0259h\u0259r m\u0259rk\u0259zind\u0259 olan i\u015f yerim\u0259 olan \u0259n q\u0131sa yol hans\u0131d\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13215", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"place_name": ["\u015f\u0259h\u0259r m\u0259rk\u0259zind\u0259"], "business_name": [""], "business_type": [""], "date": ["", "today"], "time": ["", "now"], "timeofday": [""], "transport_name": [""], "transport_type": [""]}}} {"question": "salam z\u0259hm\u0259t olmasa i\u015f\u0131qlar\u0131 azalda bil\u0259rs\u0259n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "702", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"change_amount": ["", "20 percent"], "house_place": [""]}}} {"question": "m\u0259n\u0259 \u0259n son x\u0259b\u0259rl\u0259ri g\u00f6st\u0259r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2386", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"date": ["", "today"], "media_type": [""], "news_topic": [""], "person": [""], "place_name": [""]}}} {"question": "nyu yorkda indi saat ne\u00e7\u0259dir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "686", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"place_name": ["nyu yorkda"], "date": [""], "time_zone": ["", "current"]}}} {"question": "on iki b\u00f6l d\u00f6rd ne\u00e7\u0259y\u0259 b\u0259rab\u0259rdir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13459", "language": "Python", "test_category": "multiple_function", "gt": {"qa.maths": {"query": ["on iki b\u00f6l d\u00f6rd ne\u00e7\u0259y\u0259 b\u0259rab\u0259rdir"]}}} {"question": "t\u0259ran\u0259nin evind\u0259ki s\u0259h\u0259r yem\u0259yini l\u0259\u011fv et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6729", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"place_name": ["t\u0259ran\u0259nin evind\u0259ki"], "meal_type": ["s\u0259h\u0259r yem\u0259yini"], "date": [""], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "m\u0259nim kontaktlarda ne\u00e7\u0259 siyah\u0131m var", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10954", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": [""], "list_name": [""]}}} {"question": "mahn\u0131 \u015fakiran\u0131nd\u0131r", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5261", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": ["\u015fakiran\u0131nd\u0131r"], "song_name": [""]}}} {"question": "m\u0259n\u0259 dey\u0259 bil\u0259rs\u0259nmi heyr\u0259tl\u0259nmi\u015f n\u0259 dem\u0259kdir", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13908", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["heyr\u0259tl\u0259nmi\u015f"]}}} {"question": "paralel h\u0259yat audio kitab\u0131n\u0131 a\u00e7", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9767", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"audiobook_name": ["paralel h\u0259yat"], "media_type": ["audio kitab\u0131n\u0131"], "audiobook_author": [""], "player_setting": [""]}}} {"question": "m\u0259n\u0259 yax\u0131n mebel ma\u011fazas\u0131 tapa bil\u0259rs\u0259n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11942", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"business_type": ["mebel ma\u011fazas\u0131"], "business_name": [""], "food_type": [""], "place_name": ["", "users location"]}}} {"question": "g\u0259l\u0259n \u00e7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131 s\u0259h\u0259r saat on bir\u0259 jal\u0259 il\u0259 g\u00f6r\u00fc\u015f qeyd et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7039", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"date": ["\u00e7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131"], "time": ["s\u0259h\u0259r saat on bir\u0259"], "person": ["jal\u0259"], "event_name": ["g\u00f6r\u00fc\u015f"], "business_name": [""], "general_frequency": [""], "meal_type": [""], "place_name": [""], "relation": [""], "timeofday": [""]}}} {"question": "\u00e7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131 s\u0259h\u0259r saat doqquz \u00fc\u00e7\u00fcn bir t\u0259r\u0259f\u0259 qatar bileti sifari\u015f et", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12339", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"date": ["\u00e7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131"], "time": ["s\u0259h\u0259r saat doqquz"], "transport_descriptor": ["bir t\u0259r\u0259f\u0259"], "transport_type": ["qatar"], "place_name": [""], "timeofday": [""], "transport_name": [""]}}}